home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / docs / pascsrc / uglyform.pas < prev    next >
Encoding:
Pascal/Delphi Source File  |  1988-01-15  |  299 b   |  8 lines

  1. program Ugly_Programming_Style;begin  Write('Programming style ')
  2. ;Write                   ('is a matter of ');
  3. Writeln('personal choice');Write('Each person ');
  4. Write('can choose ');Writeln
  5. ('his own style');Write('He can be ');Write
  6.     ('very clear, or ');
  7. Writeln('extremely messy');end.
  8.